Total Complexity | 23 |
Dependencies | 13 |
Dependents | 2 |
Total lines | 178 |
Lines of code | 118 |
Logical lines of code | 74 |
Comment lines | 25 |
Methods | 8 |
Properties | 1 |
Method | Rating | Maintainability | Complexity | Lines of code |
---|---|---|---|---|
create_order() | 44 | 5 | 46 | |
apply_discount() | 57 | 5 | 15 | |
apply_coupon() | 62 | 4 | 12 | |
add_item_to_cart() | 63 | 3 | 11 | |
assign_shipping_address() | 61 | 2 | 12 | |
create_shipping_line_item() | 61 | 2 | 12 | |
get_order_by_meta() | 69 | 1 | 7 | |
coupon_exists() | 80 | 1 | 3 |